Python3Script Xojo Plugin

Python3XojoClass.Data Method

Sets Xojo object as the Data of the Python class.

shared Data(
   pySelf as Ptr,
   assigns value as Object)

Parameters

pySelf
Self handle for the Python class.
value (assign parameter)
The Xojo object to set.

Remarks

See example use in the example project called: “Xojo creating new Python class (Advanced)”.

See Also

Python3XojoClass Class